home *** CD-ROM | disk | FTP | other *** search
/ EROS 2 / EROS 2.iso / mac / EROS vol.2 / EROS vol.DXR / 00782.ls < prev    next >
Encoding:
Text File  |  1995-12-20  |  188 b   |  8 lines

  1. on comment
  2.   global score
  3.   if (score > 0) and (score < 10) then
  4.     set the locH of sprite 15 to the locH of sprite 10
  5.     set the locV of sprite 15 to the locV of sprite 10
  6.   end if
  7. end
  8.